go cd "Definitions of " of stack "Intro to HyperCard 2.0"
end goBack
-- part 5 (field)
-- low flags: 81
-- high flags: 0007
-- rect: left=0 top=0 right=73 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Text
-- part 4 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=67 top=89 right=220 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 14
-- style flags: 0
-- line height: 16
-- part name: TextDisplay
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=51 top=64 right=224 bottom=428
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: wind
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=58 top=66 right=81 bottom=78
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: closebox
----- HyperTalk script -----
-- This handler sets the cursor to simulate a real closeBox.
on mouseEnter
set the cursor to "arrow"
end mouseEnter
-- This handler sets the cursor to simulate a real closeBox.
on mouseWithIn
repeat until the mouse is down or the mouseLoc is not within the rect of me
set the cursor to "arrow"
end repeat
if the mouse is down then
send mouseUp to me
end if
end mouseWithIn
-- This handler simulates clicking in a closeBox.
on mouseUp
set the icon of me to "closeBoxIcon"
wait 15
set the icon of me to 0
goBack
end mouseUp
-- part contents for card part 5
----- text -----
[0]
[1] The birth of Hypermedia is usually placed in 1947,when Vannever Bush, an engineer, proposed a machine he called the “memex.” The memex, never built, would have taken advantage of then-modern technologies (like microfiche) to allow people to browse through text and graphics in associative ways.
[2] In 1963 Douglas Englebart, working at the Stanford Research Institute and influenced by the ideas of Vannever Bush, proposed a “Conceptual Framework for the augmentation of man’s intellect.” He believed that computers, because of their speed and power, could be used to enhance and extend human communication.
[3] Ted Nelson coined the term “hypertext” in 1965. He had been thinking about structuring different documents in ways that would allow people to move freely through the documents, following & recording their interests and associations, and so building their own documents.
[4] In 1968, Douglas Englebart and W.K. English created NLS (oN Line System), an experimental hypertext tool. NLS contained a large database of information, and allowed its users to see the information organized in several different ways, depending upon their needs.
[5] HyperCard, developed by Bill Atkinson, an Apple fellow, was released in 1987, and quickly became the most widely used Hypermedia system. Its ease of use and many features (like MacPaint tools and HyperTalk, its programming language) helped to move Hypermedia out of research and into businesses and homes.
[6]
-- part contents for card part 4
----- text -----
HyperCard, developed by Bill Atkinson, an Apple fellow, was released in 1987, and quickly became the most widely used Hypermedia system. Its ease of use and many features (like painting tools and HyperTalk, its programming language) helped to move Hypermedia out of research and into businesses and homes.